
/* Style for ECEE Assessment Web Pages */
/* Started: 08-31-06, P. Mathys */
/* Revised: 04-01-10, P. Mathys */
/* Revised: 03-27-11, P. Mathys */

body {
  margin: 0;
  padding: 2em 1em 2em 48px;
  font-family: sans-serif;
  color: black;
  background: #FFFFFF;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
a:link { color: #00C; background: transparent }
a:visited { color: #906; background: transparent }
a:active { color: #C00; background: transparent }
a:link img, a:visited img { border-style: none }    /* no border on image links */
/*
a:hover { background: #E8E8C0; font-weight: bold }
*/
a:hover { background: #E8E8C0 }

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3, h4 { color: #2800C0; background: transparent; }
h1 { font: bold 170% sans-serif }
h2 { font: bold 140% sans-serif }
h3 { font: bold 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
h3.author { font-style: italic; font-weight: normal }

#eceeheader {
  margin: 0;
  padding: 0;
  background-color: #1F34AC;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  }

#majorConcept {
  font-weight: bold;
  }

pre {
  margin-left: 48px
  }
pre.table {              /* Use inside boxes/tables */
  margin-left: 0;
}

p {                              /* Paragraph margins */
  margin: 1em 0 1em 0;
}

div.center {                    /* Replacing the <center> tag/attribute */
  text-align: center;
}

img.baseline {              /* Vertical image alignment */
  vertical-align: baseline;
}
img.middle {
  vertical-align: middle;
}
img.top {
  vertical-align: top;
}
img.texttop {
  vertical-align: text-top;
}
img.textbottom {
  vertical-align: text-bottom;
}
img.sub {
  vertical-align: sub;
}
img.super {
  vertical-align: super;
}
.floatLeftTop {
  float: left;
  margin: 0 10px 10px 0;
}
.clearAll {
  clear: both;
}

.math {
  font-style: italic;
}

.definition {
  font-style: italic;
  color: #B000A0;
}

.comment {
  font-style: italic;
  color: #009000;
}

.hiLight {
  background-color: #FED283;   /* Hi-light */
}
.important {
  background-color: #FFFFA0;
}
div.important {
  background-color: #FFFFA0;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2pt 6pt 2pt 6pt;
}
div.L_outcomes {        /* Learning outcomes */
  background-color: #FFFFC0;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2pt 6pt 2pt 6pt;
}
div.S_outcomes {        /* Student outcomes */
  background-color: #FFE0E0;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2pt 6pt 2pt 6pt;
}
div.C_objectives {      /* Course objectives */
/*  background-color: #FFD194; */
/*  background-color: #FFE1B4; */
  background-color: #E5FFF5;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2pt 6pt 2pt 6pt;
}
div.assessment_entity {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2pt 6pt 2pt 6pt;
}

.copyright { font-style: italic;
  font-size: 70%;
}

.revised { font-style: italic;
  font-size: 70%;
}
